html {
	font-size: 18pt;
	font-weight: bolder;
	font-family: Helvetica Neue, Helvetica, Arial, arial, sans-serif;
	text-shadow: #060606 2px 2px;
	max-height: 100%;
	max-width: 100%;
}


body {
	background: url("bedarra painting.jpg") center 0/auto 100vh no-repeat #060606;
	color: #ffd966;
}

.wrapper {
	max-width: 100vw;
	max-height: 100vh;
}

.split > div {
	width: 95%; /* a bit left so the text *looks* centred against the palm tree in the bg img */
}

.split > .top  {
	position: absolute;
	top: 0;
	max-height: 50vh;
}

.split > .bottom  {
	position: absolute;
	bottom: 10%;
	max-height: 50vh;
}

.centre {
	text-align: center;
}

.right {
	position: absolute;
	right: 5%;
	max-width: 95%;
}

.title {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.subtitle {
	font-size: 1.5rem;
	margin: 0;
}

p {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#fblink {
	color: #ffd966;
	font-size: 0.6rem;
	font-weight: normal;
	white-space: nowrap;
}
